Laravel 5.1默认登录后台后会跳转到/home路径,现在需要更改当用户登录成功后跳转到 /admin下,只需要改下AuthController.php 增加个$redirectPath属性就OK了。和之前Laravel 5.1 使用用户名登陆很相像.
protected $redirectPath = '/admin';
Laravel 5.1默认登录后台后会跳转到/home路径,现在需要更改当用户登录成功后跳转到 /admin下,只需要改下AuthController.php 增加个$redirectPath属性就OK了。和之前Laravel 5.1 使用用户名登陆很相像.
protected $redirectPath = '/admin';
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。